Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support PHP 8 #83

Merged
merged 1 commit into from
Dec 20, 2020
Merged

Support PHP 8 #83

merged 1 commit into from
Dec 20, 2020

Conversation

urakozz
Copy link
Contributor

@urakozz urakozz commented Dec 16, 2020

No description provided.

@muglug muglug merged commit cb1663f into vimeo:master Dec 20, 2020
@muglug
Copy link
Contributor

muglug commented Dec 20, 2020

Thanks!

@ronlinet
Copy link

The PHP 8 require at least Laravel 6.20 which has merged the iluminate/* with laravel /framework.

This composer requirement will reject the update because of "illuminate/contracts": "^5.8|^6.0|^7.0|^8.0", "illuminate/support": "^5.8|^6.0|^7.0|^8.0",.
The error :

 Only one of these can be installed: illuminate/support[v4.0.0, ..., v4.2.17, v5.0.0, ..., v5.8.36, v6.0.0, ..., v6.20.44, v7.0.0, ..., v7.30.6, v8.0.0, ..., v8.83.27, v9.0.0, ..., v9.52.4, v10.0.0, ..., v10.3.3], laravel/framework[v6.20.44]. laravel/framework replaces illuminate/support and thus cannot coexist with it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants